home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Iface.exe / 0 / RCDATA / TFORMGUARDAR / TFORMGUARDAR.txt < prev   
Text File  |  2008-07-20  |  2KB  |  96 lines

  1. object FormGuardar: TFormGuardar
  2.   Tag = 31200
  3.   Left = 359
  4.   Top = 190
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Guardar An∩┐╜lisis'
  8.   ClientHeight = 170
  9.   ClientWidth = 345
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   OnActivate = FormActivate
  22.   OnKeyDown = FormKeyDown
  23.   OnKeyPress = FormKeyPress
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object PlaGroupGuardarComo: TPlaGroupBox
  27.     Left = 14
  28.     Top = 11
  29.     Width = 321
  30.     Height = 114
  31.     TitleFont.Charset = DEFAULT_CHARSET
  32.     TitleFont.Color = 13977088
  33.     TitleFont.Height = -11
  34.     TitleFont.Name = 'Tahoma'
  35.     TitleFont.Style = []
  36.     Caption = 'Guardar como'
  37.     TabOrder = 0
  38.     object Image1: TImage
  39.       Left = 12
  40.       Top = 19
  41.       Width = 32
  42.       Height = 32
  43.       Picture.Data = {<image001.bmp>}
  44.       Transparent = True
  45.     end
  46.     object Label1: TLabel
  47.       Left = 52
  48.       Top = 17
  49.       Width = 257
  50.       Height = 39
  51.       AutoSize = False
  52.       WordWrap = True
  53.     end
  54.     object Label2: TLabel
  55.       Left = 52
  56.       Top = 66
  57.       Width = 95
  58.       Height = 13
  59.       Caption = 'Nombre del an∩┐╜lisis:'
  60.     end
  61.     object EditNombre: TPlaEdit
  62.       Left = 52
  63.       Top = 81
  64.       Width = 257
  65.       Height = 21
  66.       MaxLength = 127
  67.       TabOrder = 0
  68.       Transparent = False
  69.       OnChange = EditNombreChange
  70.     end
  71.   end
  72.   object ButtonAceptar: TPlaButton
  73.     Tag = 2200
  74.     Left = 179
  75.     Top = 138
  76.     Width = 73
  77.     Height = 21
  78.     Caption = 'Aceptar'
  79.     Enabled = False
  80.     TabOrder = 1
  81.     Default = True
  82.     ModalResult = 1
  83.   end
  84.   object ButtonCancel: TPlaButton
  85.     Tag = 2400
  86.     Left = 261
  87.     Top = 138
  88.     Width = 73
  89.     Height = 21
  90.     Caption = 'Cancelar'
  91.     TabOrder = 2
  92.     Cancel = True
  93.     ModalResult = 2
  94.   end
  95. end
  96.